lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int lastIndexOf(string str, string toFind, int startIndex)
  2. int lastIndexOf(string str, char ch, int startIndex)
    pure nothrow @nogc @trusted
    int
    lastIndexOf
    (
    string str
    ,
    char ch
    ,
    int startIndex = -1
    )

Meta